home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Updates / General / Frontier 3.0 to 3.0.3 Upg.sit / 3.0 => 3.0.3 Upgrader / Upgrade Files / DocServer Docs / file.getFullVersion next >
Encoding:
Text File  |  1993-12-30  |  910 b   |  17 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    file.getFullVersion
  3. Syntax    file.getFullVersion (path)
  4. Parameters    path is a path name of the file whose full version you wish to determine.
  5. Action    Retrieves the version information text that appears in the Finder’s “Get Info” window for the file.
  6. Returns    A string containing the application version of the file, usually including copyright information.
  7. Examples    file.getFullVersion ("System:System Folder:System") 
  8.     » 7.0, © Apple Computer, Inc. 1985-1991
  9. file.getFullVersion ("UserLand Frontier™")
  10.     » 3.0; © 1992-1993, UserLand Software, Inc.
  11. Notes    • Normally, only application files have versions. 
  12. • You can use file.getFullVersion to provide status information to the user or to check for compatibility. As versions change, an application’s IAC verbs might change or grow.
  13. • For a more concise version string, use the file.getVersion verb.
  14. See Also    file.getVersion
  15. file.setFullVersion
  16. file.setVersion
  17.